home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / testadd1.zip / ADD.TXT < prev   
Text File  |  1995-01-29  |  3KB  |  71 lines

  1.                                   Add
  2.  
  3. This program is for teachers adding up the scores on a multi-page test.  I 
  4. write the number of points correct at the bottom of each page, then I use 
  5. this program to add up the page totals to get the grand total for the test.
  6. I can add a hundred tests up without ever taking my hand off the numeric key 
  7. pad (the other hand holds the pen and turns the pages).  Decimals can be 
  8. entered, so I can easily give a half point now and then.  The screen looks 
  9. like this:
  10. ___________________________________________________________________________
  11. How many pages?  3
  12. Total possible [ENTER to get from first test, 1 to skip percent]:
  13. Enter "999" to exit.
  14. Page one:  23
  15. Page two:  15
  16. Page three:  12
  17.           The total possible is  50
  18. Page one:  19
  19. Page two:  14
  20. Page three:  12.5                                           Average so far
  21.              The total is:  45.5 ( 91.0%)                   45.5  ( 91.0%)
  22. Page one:  14
  23. Page two:  7
  24. Page three:  2
  25.              The total is:  23   ( 46.0%)                   34.3  ( 68.5%)
  26. Page one:  999
  27. ____________________________________________________________________________
  28.  
  29. The "Total possible" is used to calculate percent.  You can enter the total 
  30. if you know it, or just press enter if you want the program to get the total 
  31. possible from your answer key, as was done in the above example.
  32.  
  33. Page totals can be negative.  The negative numbers can be used to correct 
  34. for mistakes.  For example, suppose the number correct is first page, 15; 
  35. second page, 15; third page, 2.  You plan to enter this as:
  36.      Page one:  30
  37.      Page two:                 (ENTER was pressed.)
  38.      Page three:  2
  39.              The total is:  32
  40. but blow it by entering 60 for page one.  Still being somewhat capable of 
  41. doing math, you pull it off by entering -30:
  42.      Page one:  60
  43.      Page two:  -30
  44.      Page three:  2
  45.              The total is:  32
  46. Ah, but suppose you didn't catch your mistake, and got an erroneous total of 
  47. 62.  That will make the "Average so far" column wrong.  If you are going to 
  48. enter the numbers in a spreadsheet anyway, it may not be worth your time 
  49. worrying about that.  But, if you insist, you can correct the average by 
  50. making a test total negative by the erroneous amount:
  51.      Page one:  -62
  52.      Page two:  
  53.      Page three:  
  54.              The total is:  -62
  55.  
  56. A word of caution:  Don't be looking at the Average so far all the time.  It
  57. is easy to mistakenly write that number down, rather than the test total.
  58.  
  59. The file ADD.ICO is included for Windows users.  To add ADD to program 
  60. manager, select File, New, Program Item.  For "Description:" enter "Add".
  61. For "Command Line:" use the Browse button to select ADD.EXE.  Click the 
  62. Change Icon button, then use the Browse button to select ADD.ICO.
  63.  
  64. Enjoy!
  65.  
  66. Christopher King
  67. Department of Chemistry
  68. Eastern Oregon State College
  69. La Grande, OR 97850-2899
  70. cking@eosc.osshe.edu
  71. (503)962-3332